Region Code
Protobuf enum meshtastic.Config.LoRaConfig.RegionCode
Properties
Link copied to clipboard
Australia / New Zealand 433MHz
Content copied to clipboard
ANZ_433 = 22;
Link copied to clipboard
Brazil 902MHz
Content copied to clipboard
BR_902 = 26;
Link copied to clipboard
European Union 433mhz
Content copied to clipboard
EU_433 = 2;
Link copied to clipboard
European Union 868mhz
Content copied to clipboard
EU_868 = 3;
Link copied to clipboard
Kazakhstan 433MHz
Content copied to clipboard
KZ_433 = 23;
Link copied to clipboard
Kazakhstan 863MHz
Content copied to clipboard
KZ_863 = 24;
Link copied to clipboard
WLAN Band
Content copied to clipboard
LORA_24 = 13;
Link copied to clipboard
Malaysia 433mhz
Content copied to clipboard
MY_433 = 16;
Link copied to clipboard
Malaysia 919mhz
Content copied to clipboard
MY_919 = 17;
Link copied to clipboard
Nepal 865MHz
Content copied to clipboard
NP_865 = 25;
Link copied to clipboard
New Zealand 865mhz
Content copied to clipboard
NZ_865 = 11;
Link copied to clipboard
Philippines 433mhz
Content copied to clipboard
PH_433 = 19;
Link copied to clipboard
Philippines 868mhz
Content copied to clipboard
PH_868 = 20;
Link copied to clipboard
Philippines 915mhz
Content copied to clipboard
PH_915 = 21;
Link copied to clipboard
Singapore 923mhz
Content copied to clipboard
SG_923 = 18;
Link copied to clipboard
Ukraine 433mhz
Content copied to clipboard
UA_433 = 14;
Link copied to clipboard
Ukraine 868mhz
Content copied to clipboard
UA_868 = 15;
Link copied to clipboard
Region is not set
Content copied to clipboard
UNSET = 0;
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.